• Description

    Retuns price and fee.

    Author

    @jshaw-ar

    Export

    Returns

    Parameters

    • input: {
          funcInput: BuyInput;
          contract: string;
          positionType: "support" | "oppose";
          qty: number;
          state?: State;
      }
      • funcInput: BuyInput
      • contract: string
      • positionType: "support" | "oppose"
      • qty: number
      • Optional state?: State

    Returns Promise<{
        funcInput: BuyInput;
        contract: string;
        state?: State;
    }>